Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non major dependencies #40

Merged
merged 1 commit into from
Jul 13, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@faker-js/faker 8.0.1 -> 8.0.2 age adoption passing confidence dependencies patch
@golevelup/ts-jest 0.3.7 -> 0.3.8 age adoption passing confidence dependencies patch
@ministryofjustice/frontend 1.6.6 -> 1.8.0 age adoption passing confidence dependencies minor
@sentry/node (source) 7.57.0 -> 7.58.0 age adoption passing confidence dependencies minor
@types/jest (source) 29.5.0 -> 29.5.3 age adoption passing confidence devDependencies patch
@types/jsonwebtoken (source) 9.0.1 -> 9.0.2 age adoption passing confidence devDependencies patch
@types/node (source) 18.15.11 -> 18.16.19 age adoption passing confidence devDependencies minor
@types/nunjucks (source) 3.2.2 -> 3.2.3 age adoption passing confidence devDependencies patch
@types/superagent (source) 4.1.16 -> 4.1.18 age adoption passing confidence devDependencies patch
@types/uuid (source) 9.0.1 -> 9.0.2 age adoption passing confidence devDependencies patch
actions/setup-node v3.6.0 -> v3.7.0 age adoption passing confidence action minor
applicationinsights 2.5.1 -> 2.7.0 age adoption passing confidence dependencies minor
concurrently 8.0.1 -> 8.2.0 age adoption passing confidence devDependencies minor
connect-redis 7.0.1 -> 7.1.0 age adoption passing confidence dependencies minor
cypress 12.9.0 -> 12.17.1 age adoption passing confidence devDependencies minor
date-fns 2.29.3 -> 2.30.0 age adoption passing confidence dependencies minor
dotenv 16.0.3 -> 16.3.1 age adoption passing confidence devDependencies minor
eslint (source) 8.38.0 -> 8.44.0 age adoption passing confidence devDependencies minor
eslint-plugin-cypress 2.13.2 -> 2.13.3 age adoption passing confidence devDependencies patch
generic-prometheus-alerts 1.2.4 -> 1.3.2 age adoption passing confidence minor
generic-service 2.5.0 -> 2.6.3 age adoption passing confidence minor
govuk-frontend (source) 4.6.0 -> 4.7.0 age adoption passing confidence dependencies minor
helmet (source) 6.1.5 -> 6.2.0 age adoption passing confidence dependencies minor
jest (source) 29.5.0 -> 29.6.1 age adoption passing confidence devDependencies minor
jest-html-reporter 3.7.1 -> 3.10.1 age adoption passing confidence devDependencies minor
jest-pact ^0.10.3 -> ^0.11.0 age adoption passing confidence devDependencies minor
jquery (source) 3.6.4 -> 3.7.0 age adoption passing confidence dependencies minor
jsonwebtoken 9.0.0 -> 9.0.1 age adoption passing confidence devDependencies patch
lint-staged 13.2.1 -> 13.2.3 age adoption passing confidence devDependencies patch
mocha-junit-reporter 2.2.0 -> 2.2.1 age adoption passing confidence devDependencies patch
nock 13.3.0 -> 13.3.1 age adoption passing confidence devDependencies patch
node 18.16.0 -> 18.16.1 age adoption passing confidence patch
prettier (source) 2.8.7 -> 2.8.8 age adoption passing confidence devDependencies patch
prettier-plugin-jinja-template ^0.2.0 -> ^0.5.0 age adoption passing confidence devDependencies minor
qs 6.11.1 -> 6.11.2 age adoption passing confidence dependencies patch
redis 4.6.5 -> 4.6.7 age adoption passing confidence dependencies patch
sass 1.62.0 -> 1.63.6 age adoption passing confidence devDependencies minor
ts-jest (source) 29.1.0 -> 29.1.1 age adoption passing confidence devDependencies patch

Release Notes

faker-js/faker (@​faker-js/faker)

v8.0.2

Compare Source

golevelup/nestjs (@​golevelup/ts-jest)

v0.3.8

Compare Source

ministryofjustice/moj-frontend (@​ministryofjustice/frontend)

v1.8.0

Compare Source

Features
  • filter component: add parameter for apply filters button text (#​493) (5362f1e)

v1.7.0

Compare Source

Features
  • filter component: add filter submit attribute params to allow customisation of button (#​492) (a42dca8)

1.6.6 (2023-03-21)

Bug Fixes

1.6.5 (2023-03-10)

Bug Fixes
  • sortable-table: fix sorting for tables with row headers (42bc5e1)

1.6.4 (2023-01-09)

Bug Fixes

1.6.4 (2023-01-09)

Bug Fixes

1.6.3 (2022-11-14)

Bug Fixes
  • component: sort the columns of the sortable table on page load (#​406) (ed2056a)

1.6.2 (2022-10-31)

Bug Fixes

1.6.1 (2022-10-28)

Bug Fixes
getsentry/sentry-javascript (@​sentry/node)

v7.58.0

Compare Source

Important Changes
  • Performance Monitoring not required for Distributed Tracing

This release adds support for distributed tracing without requiring performance monitoring to be active on the JavaScript SDKs (browser and node). This means even if there is no sampled transaction/span, the SDK will still propagate traces to downstream services. Distributed Tracing can be configured with the tracePropagationTargets option, which controls what requests to attach the sentry-trace and baggage HTTP headers to (which is what propagates tracing information).

Sentry.init({
  tracePropagationTargets: ["third-party-site.com", /^https:\/\/yourserver\.io\/api/],
});
  • feat(tracing): Add tracing without performance to browser and client Sveltekit (#​8458)

  • feat(node): Add tracing without performance to Node http integration (#​8450)

  • feat(node): Add tracing without performance to Node Undici (#​8449)

  • feat(node): Populate propagation context using env variables (#​8422)

  • feat(core): Support AggregateErrors in LinkedErrors integration (#​8463)

This release adds support for AggregateErrors. AggregateErrors are considered as Exception Groups by Sentry, and will be visualized and grouped differently. See the Exception Groups Changelog Post for more details.

Exception Group support requires Self-Hosted Sentry version 23.5.1 or newer.

  • feat(replay): Add a new option networkDetailDenyUrls (#​8439)

This release adds a new option networkDetailDenyUrls to the Replay integration. This option allows you to specify a list of URLs that should not be captured by the Replay integration, which can be used alongside the existing networkDetailAllowUrls for finely grained control of which URLs should have network details captured.

Sentry.init({
  integrations: [
    new Sentry.Integrations.Replay({
      networkDetailDenyUrls: [/^http:\/\/example.com\/test$/],
    }),
  ],
});
Other Changes
  • feat(core): Add helpers to get module metadata from injected code (#​8438)
  • feat(core): Add sampling decision to trace envelope header (#​8483)
  • feat(node): Add trace context to checkin (#​8503)
  • feat(node): Export getModule for Electron SDK (#​8488)
  • feat(types): Allow user.id to be a number (#​8330)
  • fix(browser): Set anonymous crossorigin attribute on report dialog (#​8424)
  • fix(nextjs): Ignore tunnelRoute when doing static exports (#​8471)
  • fix(nextjs): Use basePath option for tunnelRoute (#​8454)
  • fix(node): Apply source context to linked errors even when it is uncached (#​8453)
  • fix(node): report errorMiddleware errors as unhandled (#​8048)
  • fix(react): Add support for basename option of createBrowserRouter (#​8457)
  • fix(remix): Add explicit @sentry/node exports. (#​8509)
  • fix(remix): Don't inject trace/baggage to redirect and catch responses (#​8467)
  • fix(replay): Adjust slow/multi click handling (#​8380)

Work in this release contributed by @​mrdulin, @​donaldxdonald & @​ziyad-elabid-nw. Thank you for your contributions!

actions/setup-node (actions/setup-node)

v3.7.0

Compare Source

What's Changed

In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from cache-dependency-path input and add detect all dependencies directories to cache (related pull request and feature request).

Besides, we made such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v3.7.0

microsoft/ApplicationInsights-node.js (applicationinsights)

v2.7.0

Compare Source

Features
#​1153 Add support for APPLICATIONINSIGHTS_CONFIGURATION_CONTENT

Bug Fixes
#​1155 Add Handling for Undefined Triggered Function Response

v2.6.0

Compare Source

Features
#​1125 Add Azure cloudRoleName and cloudRoleInstance in all telemetry
#​1126 Add enableLoggerErrorToTrace config

Bug Fixes
#​1131 Fix issue with older version of Node.js runtime
#​1119 Fix Properties Serialization to be Consistent

open-cli-tools/concurrently (concurrently)

v8.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: open-cli-tools/concurrently@v8.1.0...v8.2.0

v8.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.0.1...v8.1.0

tj/connect-redis (connect-redis)

v7.1.0

Compare Source

Enhancements
cypress-io/cypress (cypress)

v12.17.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-1

v12.17.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-0

v12.16.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-16-0

v12.15.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-15-0

v12.14.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-14-0

v12.13.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-13-0

v12.12.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-12-0

v12.11.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-11-0

v12.10.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-10-0

date-fns/date-fns (date-fns)

v2.30.0

Compare Source

Kudos to @​kossnocorp and @​Andarist for working on the release.

Changes
  • Fixed increased build size after enabling compatibility with older browsers in the previous release. This was done by adding @​babel/runtime as a dependency. See more details.
motdotla/dotenv (dotenv)

v16.3.1

Compare Source

Added
  • Add missing type definitions for processEnv and DOTENV_KEY options. #​756

v16.3.0

Compare Source

Added
  • Optionally pass DOTENV_KEY to options rather than relying on process.env.DOTENV_KEY. Defaults to process.env.DOTENV_KEY #​754

v16.2.0

Compare Source

Added
  • Optionally write to your own target object rather than process.env. Defaults to process.env. #​753
  • Add import type URL to types file #​751

v16.1.4

Compare Source

Added
  • Added .github/ to .npmignore #​747

v16.1.3

Compare Source

Removed
  • Removed browser keys for path, os, and crypto in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for path, os, and crypto. node-polyfill-webpack-plugin provides these.

v16.1.2

Compare Source

Changed
  • Exposed private function _configDotenv as configDotenv. #​744

v16.1.1

Compare Source

Added
  • Added type definition for decrypt function
Changed
  • Fixed {crypto: false} in packageJson.browser

v16.1.0

Compare Source

Added
  • Add populate convenience method #​733
  • Accept URL as path option #​720
  • Add dotenv to npm fund command
  • Spanish language README #​698
  • Add .env.vault support. 🎉 (#​730)

ℹ️ .env.vault extends the .env file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read more

Changed
  • Fixed "cannot resolve 'fs'" error on tools like Replit #​693
eslint/eslint (eslint)

v8.44.0

Compare Source

Features

  • 1766771 feat: add es2023 and es2024 environments (#​17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#​17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#​17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#​17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#​17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#​17301) (Milos Djermanovic)

Bug Fixes

  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#​17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#​17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#​17297) (Francesco Trotta)

Documentation

Chores


Configuration

📅 Schedule: Branch creation - "after 9am every weekday,before 5pm every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a999f5 to a01e178 Compare June 8, 2023 07:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 404ca76 to 4fc53cb Compare June 23, 2023 05:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from b2dd069 to cc72e07 Compare July 3, 2023 18:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 9e926ef to fb1d175 Compare July 11, 2023 12:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 73de15d to 39f9c62 Compare July 13, 2023 08:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 39f9c62 to 78d169a Compare July 13, 2023 09:05
@Harriethw Harriethw merged commit 501ebb9 into main Jul 13, 2023
@Harriethw Harriethw deleted the renovate/all-minor-patch branch July 13, 2023 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant